projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d11b7e
)
* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
author
Andrea Corallo
<acorallo@gnu.org>
Sun, 3 Mar 2024 15:58:25 +0000
(16:58 +0100)
committer
Andrea Corallo
<acorallo@gnu.org>
Sun, 3 Mar 2024 16:49:19 +0000
(17:49 +0100)
test/lisp/emacs-lisp/comp-cstr-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/emacs-lisp/comp-cstr-tests.el
b/test/lisp/emacs-lisp/comp-cstr-tests.el
index c3a7092819d2f5be1841393a6c8b5986044cde3f..955a99ced57b45b514ac6a45b8ecae28ee70fee3 100644
(file)
--- a/
test/lisp/emacs-lisp/comp-cstr-tests.el
+++ b/
test/lisp/emacs-lisp/comp-cstr-tests.el
@@
-169,8
+169,8
@@
The arg is an alist of: type specifier -> expected type specifier."
((and symbol (not symbol)) . nil)
;; 61
((and atom (not symbol)) . atom)
- ;; 62
- ((and atom (not string)) . (or array atom))
+ ;; 62
Conservative FIXME
+ ((and atom (not string)) . (or array
sequence
atom))
;; 63 Conservative
((and symbol (not (member foo))) . symbol)
;; 64 Conservative